home *** CD-ROM | disk | FTP | other *** search
/ Software of the Month Club 1998 June / Software of the Month Club 1998 June.iso / pc / dos / lg / mapit20 / test1.def < prev    next >
Text File  |  1998-04-15  |  777b  |  26 lines

  1. ;  test1.def   -  examples of geotomp1 options.
  2.  
  3. ;       Draw Great Circles from Washington DC to national capitals.
  4. ;       Draw straight lines from national capitals to state capitals.
  5. ;       Draw 100 mile width squares around national capitals.
  6. ;       Draw 25 mile radius circles around state capitals.
  7.  
  8. input dbf: capitals
  9. output file: out
  10.  
  11. overwrite output
  12.  
  13. Square 100  IF natnl_cap = T
  14. CIRCLE 25 miles IF state_cap = t
  15.  
  16.  GREAT CIRCLE EXTERNAL IF natnl_cap = t
  17. STRAIGHT LINE INTERNAL IF state_cap = t
  18.  
  19. EXTERNAL LOCATION: 38.895 -77.03667     ; Loc of Washington, DC
  20. ;EXTERNAL LOCATION: 20 120
  21. INTERNAL LATITUDE: lat  ; Natl capital loc assigned beforehand in database. 
  22. INTERNAL LONGITUDE: lon
  23.  
  24. COMMENT:   city_name   ", "PROVINCE ", " country
  25.  
  26.